home *** CD-ROM | disk | FTP | other *** search
/ 20th Century Newsmakers / 20th Century Newsmakers (2000)(Scarlet Software).iso / LANGUAGE / ALBUM.DFM / ALBUM.txt
Text File  |  1996-09-05  |  1KB  |  50 lines

  1. object Album: TAlbum
  2.   Hint = 'ALBUM'
  3.   Caption = 'Person Album'
  4.   object ImageAlbum: TImage
  5.     Hint = 'ALBUM WINDOW'
  6.   end
  7.   object CloseButton: TImage
  8.     Hint = 'CLOSE WINDOW'
  9.   end
  10.   object MinButton: TImage
  11.     Hint = 'CLOSE WINDOW'
  12.   end
  13.   object CaptionBar: TrxLabel
  14.     Hint = 'MOVE WINDOW'
  15.     Caption = 'Album'
  16.   end
  17.   object Portret: TImage
  18.     Hint = 'CLICK IT TO SELECT'
  19.   end
  20.   object Name: TLabel
  21.     Caption = 'Not available'
  22.   end
  23.   object Selected: TLabel
  24.     Caption = 'Selected to album:'
  25.   end
  26.   object LeftButton: TBitmapButton
  27.     Hint = 'PREVIOUS PAGE'
  28.   end
  29.   object RightButton: TBitmapButton
  30.     Hint = 'NEXT PAGE'
  31.   end
  32.   object SaveButton: TBitmapButton
  33.     Hint = 'SAVE CURRENT ALBUM'
  34.   end
  35.   object LoadButton: TBitmapButton
  36.     Hint = 'LOAD ALBUM'
  37.   end
  38.   object NewButton: TBitmapButton
  39.     Hint = 'CLEAR ALBUM'
  40.   end
  41.   object AllButton: TBitmapButton
  42.     Hint = 'INCLUDE ALL IN ALBUM'
  43.   end
  44.   object Resource: TListBox
  45.     Items.Strings = (
  46.       'Selected in album: '
  47.       ' of ')
  48.   end
  49. end
  50.